home *** CD-ROM | disk | FTP | other *** search
- object FAccount: TFAccount
- Left = 302
- Top = 219
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Net2Phone Account Number'
- ClientHeight = 136
- ClientWidth = 338
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 7
- Top = 19
- Width = 99
- Height = 13
- Alignment = taCenter
- Caption = 'Account Number:'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Label2: TLabel
- Left = 7
- Top = 74
- Width = 77
- Height = 13
- Alignment = taCenter
- Caption = 'Check Digits:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Label3: TLabel
- Left = 7
- Top = 47
- Width = 68
- Height = 13
- Alignment = taCenter
- Caption = 'Master Key:'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Visible = False
- end
- object Dash1: TLabel
- Left = 222
- Top = 18
- Width = 8
- Height = 14
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'Lucida Console'
- Font.Style = []
- ParentFont = False
- end
- object Dash2: TLabel
- Left = 278
- Top = 18
- Width = 9
- Height = 14
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'Lucida Console'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Num: TLabel
- Left = 16
- Top = 104
- Width = 22
- Height = 13
- Caption = 'Num'
- Visible = False
- end
- object OkBtn: TButton
- Left = 71
- Top = 107
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 5
- OnClick = OkBtnClick
- end
- object Account1: TEdit
- Left = 180
- Top = 15
- Width = 37
- Height = 21
- AutoSize = False
- Color = clWhite
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 0
- Text = '9999'
- OnChange = acct1Change
- OnKeyPress = acct1KeyPress
- end
- object CheckDigits: TEdit
- Left = 180
- Top = 70
- Width = 147
- Height = 21
- TabStop = False
- Color = clWhite
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 4
- Visible = False
- end
- object MkeyText: TEdit
- Left = 180
- Top = 43
- Width = 147
- Height = 21
- TabStop = False
- Color = clWhite
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 3
- Visible = False
- end
- object Account2: TEdit
- Left = 236
- Top = 15
- Width = 37
- Height = 21
- AutoSize = False
- Color = clWhite
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 1
- Text = '9999'
- OnChange = acct2Change
- OnKeyPress = acct2KeyPress
- end
- object Account3: TEdit
- Left = 292
- Top = 15
- Width = 37
- Height = 21
- AutoSize = False
- Color = clWhite
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 2
- Text = '9999'
- OnChange = acct3Change
- OnKeyPress = acct3KeyPress
- end
- object CancelBtn: TButton
- Left = 191
- Top = 107
- Width = 75
- Height = 23
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 6
- end
- end
-